GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-05T08:11:31.0229931+00:00",
"SubmitDate": "2025-12-05T08:11:31.0229931+00:00",
"ReportPeriodStart": "2025-12-05T08:11:31.0229931+00:00",
"ReportPeriodEnd": "2025-12-05T08:11:31.0229931+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f149f318-971d-42b9-911d-e9273c950376",
"Rows": [
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f149f318-971d-42b9-911d-e9273c950376",
"Rows": [
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2a6b0f94-91ca-4fc9-8bd8-05891dce847b",
"18efdb68-714e-4a75-a2db-c30a6890abef"
],
"Approvers": [
"1eccb985-641f-4166-81d2-3c6eef4fa56a",
"34db5542-d5c7-42c0-ace3-aeb0c12fd4d7"
],
"ApprovedBy": "276bb876-70b7-420b-be76-3b5f1e38b23a",
"ApprovalDate": "2025-12-05T08:11:31.0229931+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8eafc5b9-8b00-4c3f-aae4-ffb6de866876",
"id": "73301772-a432-4ed1-a388-c4782587e47b",
"ConfigId": "e3ebd540-59ce-4be6-bf68-edfe85223845"
},
{
"GenerationDate": "2025-12-05T08:11:31.0229931+00:00",
"SubmitDate": "2025-12-05T08:11:31.0229931+00:00",
"ReportPeriodStart": "2025-12-05T08:11:31.0229931+00:00",
"ReportPeriodEnd": "2025-12-05T08:11:31.0229931+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f149f318-971d-42b9-911d-e9273c950376",
"Rows": [
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f149f318-971d-42b9-911d-e9273c950376",
"Rows": [
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c16f31bb-8866-4017-b6e9-2d0d49e1c98a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2a6b0f94-91ca-4fc9-8bd8-05891dce847b",
"18efdb68-714e-4a75-a2db-c30a6890abef"
],
"Approvers": [
"1eccb985-641f-4166-81d2-3c6eef4fa56a",
"34db5542-d5c7-42c0-ace3-aeb0c12fd4d7"
],
"ApprovedBy": "276bb876-70b7-420b-be76-3b5f1e38b23a",
"ApprovalDate": "2025-12-05T08:11:31.0229931+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8eafc5b9-8b00-4c3f-aae4-ffb6de866876",
"id": "73301772-a432-4ed1-a388-c4782587e47b",
"ConfigId": "e3ebd540-59ce-4be6-bf68-edfe85223845"
}
]